We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400d206 commit 930dd63Copy full SHA for 930dd63
kitsune/questions/jinja2/questions/includes/answer.html
@@ -18,10 +18,10 @@
18
{{ titles(answer.creator) }}
19
{% if answer.id and answer.creator == question.creator %}<span class="user-title">{{_('Question owner')}}</span>{% endif %}
20
</a>
21
- {% if answer.id and question.creator != answer.creator %}
+ {# {% if answer.id and question.creator != answer.creator %}
22
<span class="solutions">{{ _('{num} solutions')|f(num=answer.creator_num_solutions) }}</span>
23
<span class="answers">{{ _('{num} answers')|f(num=answer.creator_num_answers) }}</span>
24
- {% endif %}
+ {% endif %} #}
25
</div>
26
{% if answer.id %}
27
<span class="asked-on">
0 commit comments